Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #666892

    I was having trouble showing my 3-section footer on my Pages aligned for smartphone view (the 3 sections -Pages, Newsletter and Find- were showing on smartphone view as 3 columns narrowly placed next to each other instead of one section on top of each other, though they were all showing fine on desktop view). So I fixed that by replacing the footer section with a Section Color Template with 3 columns inside, but now while most pages appeared fixed I still have 2 pages where the problem still appears and don´t know how to fix that.

    #667302

    Hi ramonolivencia,

    Thanks for the login details, on what pages are you still having problems?

    Regards,
    Rikard

    #667322

    Hi Rikard, basically, I´m having trouble with the FOOTER section on the following pages but remember that it´s on the SMARTPHONE version only:

    These happen to be the main pages that I wrote for my services, all the other pages on my website appear fine. Thanks a lot!

    #667323

    Finally, so that you know, I got rid of the 3 columns added on the bottom of the above-cited pages so disregard the details of the original message.

    #667354

    Hey!

    Glad you figured out! Let us know if you have any other questions or issues

    Best regards,
    Yigit

    #667359

    Hi Yigit, no, I haven´t figure it out yet, the problem still occurs, I only said to disregard the details within the message so just focus on the MESSAGE TITLE of the problem. Sorry about the confusion.

    #667423

    Hi,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    #footer .flex_column { width: 100% !important; margin-left: 0 !important; }}

    Best regards,
    Yigit

    #667465

    Great, that fixed it. Finally, how can I INCREASE the font size of my socket (“© Copyright 2016 – Abogado Notario Online | Puerto Rico | Lcdo. Ramón Olivencia Gayá”). Thanks a lot!

    #667583

    Hi,

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

    #socket .copyright {
        font-size: 20px;
    }
    

    Best regards,
    Yigit

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