Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1478932
Page Breakpoints
Closed

Comments

  • JPower83 started the conversation

    Hi I'm in the process of designing my website and have just noticed that when my browser is between the size 1170px - 1300px the content on my site has little or no margins at the side.

    Is there a way of helping me correct this so that the pages look reasonable? I currently have a plugin enabled that means you can't view the website unless logged in. Please let me know if you need me to temporarily disable this.

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me a screenshot to I can understand clearly your issue?


    Best Regards,

    PenciDesign

  •   JPower83 replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Ah, I understand it now. But, It's normal for all sites because this theme has container. 

    All the readers know they need to make browser to full when viewing any site.

    Best Regards,

    PenciDesign

  • JPower83 replied

    Hi

    Thank you for the reply. I understand this but what code what I need to place in Custom CSS if I wanted there to be a small margin either side so that the content is not completely at the side?

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    You can try add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 1300px) and (min-width: 1170px){
    .container, .featured-area.style-1, .featured-area.style-4, .featured-area.magazine-slider, #navigation ul.menu > li.megamenu > ul.sub-menu { width: 1000px; } }

    Change 1000 to value you want.


    Best Regards,

    PenciDesign