Viewing 15 posts - 1 through 15 (of 19 total)
  • #250592
    goodtimesmag
    Member
    Post count: 191

    It seems that the padding settings inside my parallax elements are not working. Especially on smaller screens it looks weird that my text is nearly as wide as the screen size.

    Live URL: http://goodtimesdeals.de/

    #251064
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    it looks like this is being overwritten from your custom CSS:

    Within Theme Options => Custom CSS, find and remove this:

    .spb_parallax_asset .spb_content_wrapper { padding: 0px !important; }

    Thanks.

    #251070
    goodtimesmag
    Member
    Post count: 191

    Hi David,

    I deleted the code, but as you can see now, my text elements in parallax are not centered anymore on every screen size.

    Check my homepage: http://goodtimesdeals.de/

    #251075
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The code is not deleted I still see it. Please add a screenshot of what you see also.

    Cheers.

    #251080
    goodtimesmag
    Member
    Post count: 191

    Here are all css code I use now and please find a screenshot attched:

    Attachments:
    You must be logged in to view attached files.
    #251089
    David Martin – Support
    Moderator
    Post count: 20834

    The CSS is still present on your site, see screenshot.

    Are you using a caching plugin? Please flush the cache.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #251114
    goodtimesmag
    Member
    Post count: 191
    This reply has been marked as private.
    #251584
    goodtimesmag
    Member
    Post count: 191

    Now I used the following css code to solve the problem:

    .spb_parallax_asset .spb_content_wrapper{
    padding-right:20px !important;
    padding-left:20px !important;
    }

    #251586
    David Martin – Support
    Moderator
    Post count: 20834

    Glad you got it sorted!
    Thanks.

    #251666
    goodtimesmag
    Member
    Post count: 191

    Hi David, but do you know why my buttons and favicons are not centered properly? (see screenshots)

    Attachments:
    You must be logged in to view attached files.
    #251670
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this:

    .sf-icon.icon-large {
      padding: 0;
    }

    To your buttons, add the extra class mr0

    – Kyle

    #251671
    goodtimesmag
    Member
    Post count: 191

    Hi Kyle,

    thanks for the code.

    Do I have to define the mr0 also in css?

    #251672
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No mr0 means margin right 0, already set in the theme

    – Kyle

    #251674
    goodtimesmag
    Member
    Post count: 191

    Hmm, but somehow the buttons are not centered!

    #251676
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You haven’t added mr0 to the button extra class

    – Kyle

Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in to reply to this topic.