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

    It is not centered in the sidebar – how can I do that?

    And how can I change the font color of the button below the 9 IG pictures?

    Best regards,
    Tobias

    #1098275

    Hey transformmedia,

    Please try the following in Quick CSS under Enfold->General Styling:

    .inner-sidebar {
      margin-left:0;
    }
    
    .av-instagram-follow {
      color:red;
    }
    

    Best regards,
    Rikard

    #1098361

    This doesn’t work for me. I tried it and also deleted cache, but no changes.

    #1098448

    Hi there,
    try this:

    Sidebar

    .inner_sidebar {
        margin-left: 0px !important;
        padding: 0px 25px 25px 25px;
    }

    Button

    .av-instagram-follow.avia-button{
        color: #000000 !important;
    }

    Regards
    Alex

    #1098709

    Hi Alex,

    Thanks for helping out, it’s much appreciated. Did that work better for you @transformmedia?

    Best regards,
    Rikard

    #1098783

    Thank you very much, this helped me! :-)

    #1099152

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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