Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #764654

    Hello, I have 3 x 1/3 sections on my page and I want them to use more width instead of fitting to the normal content width. How can I do this?

    #764791

    ping…
    Not to be rude but has my question just slipped by unnoticed?

    #764827

    This seems to happen sometimes indeed, as my post is still unanswered aswell.

    Hopefully i’m able to help a little. When placed in a color section and given an unique ID, you can then add the following code to Quick CSS in Enfold theme options under General Styling tab.

    #your-custom-id .container {
    width: 100%;
    max-width: none;
    }

    hope this helps.

    #764906

    Thanks Thomas. I can’t seem to get it to work. Do I add your-custom-id in the Custom Css Class text box or do I need to write something like id=”your-custom-id” ? Neither seem to be working. I’m new to WordPress and Enfold so I’m struggling a bit

    #765135

    Hi @bmeikaas,

    Could you post a link to the site in question so that we can take a closer look please? Also try to explain a bit further what you are looking to achieve, a screenshot might help us understand better. You can upload to a service like google drive or dropbox and then link to it here.

    Best regards,
    Rikard

    #765240

    Hi Rikard,

    I sent a link to a screen shot on dropbox.

    You will see that there are three 1/3 size layout elements with are tightly packed together. I would like to have them take up more width so that the icon titles fit on one line. Is this possible?

    Thanks

    #765880

    Hi,

    Thanks for the screenshot, could you post a link to the page in question as well please?

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.