Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #908183

    Hi there,

    I’m using the Enfold theme one of my websites and am having difficulties on changing the margin for the mobile view. When I look at the website in desktop view the images and text are aligned like the way i wanted them:
    Desktop View

    But when I look at it with a mobile phone I get the following:
    Mobile view

    When i use the developer console in Firefox I see that it is using inline CSS
    CSS
    So I can’t figure out how I change the -60px margin to 0px margin on mobile. Can you guys help me out?

    Regards,
    Rob

    #908302

    Hey RogierSchipper,

    Sure, can you give us a link to the page shown in the screenshot? you can post the link in private content if you want it to be seen only by moderators and you (thread creator).

    Best regards,
    Nikko

    #908413

    Hi Nikko,

    Thank you for the response. I’ve posted the link to the website in the private content section!

    #908459

    Hi,

    Thanks, can you try to add this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #itsallabout .flex_column.av_one_fourth.avia-builder-el-10 {
        margin-top: 60px !important;
      }
    }

    Best regards,
    Nikko

    #908506

    Wow! Wonderfull this works. How di you specify the #itsallabout? Where did that came from?

    #908591

    Hi,

    That is the ID of one of your sections on the page.

    Best regards,
    Rikard

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