Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1119157

    Hi There,

    I have a qeustion, i am busy with Enfold theme, and i would to align my content more to the left from body.
    See image what i would love to have example of what i would like image

    How can i do this, it seems something in the theme doesnt allow this.

    #1119261

    Hey alfaromeo333,

    Best regards,
    Victoria

    #1119306

    Maybe because youre screen resolution is smaller? I am on chrome 2k screens.

    #1119368

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    /*------------------------
      Content alignment
    --------------------------*/
    
    #top .avia-section .container {
      max-width: 100%;
      padding-left: 90px;
      background: gold;
    }
    
    
    

    Please adjust the max-width and padding to suit your design. You can remove the background:gold; property from the code it is used of illustration purpose only.

    Best regards,
    Vinay

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