Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #83648
    fishingguy
    Participant

    New to wordpress….fumbling through. Added a couple of trip advisor widgets to footer and want them to be side buy side instead of vertical. Can this be done?? Thanks!

    #83662
    Mahesh
    Participant

    Hi @fishingguy,

    Please post in your site url.

    Regards,
    Mahesh

    #83730
    fishingguy
    Participant

    vancouverislandfishingguides.com

    Is this what you mean?

    #83755
    Mahesh
    Participant

    Hi @fishingguy,

    I’ve just checked your site. The footer widgets seems to be aligning horizontally.
    Could you clarify it more with an image.

    Regards,
    Mahesh

    #83757
    fishingguy
    Participant

    Yes…..cause I spent hours figuring it out today! Ha Ha. Persistence! Sorry should have replied that I got it to work. Off this topic but one other thing that I can’t figure out is how to limit, or exclude the text that shows up on the slider?? Is there an option for that somewhere that you could comment on.
    Thanks!!

    #83763
    Mahesh
    Participant

    Hi @fishingguy,

    Wow, that’s great to know you fixed it.
    Do you meant to hide all text in the slider. If so go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #feature-slider .entry-container {
        display: none;
    }

    If you want to hide just the content text, add the following CSS instead the above.

    #feature-slider .entry-content {
        display: none;
    }

    Regards,
    Mahesh

    #84016
    fishingguy
    Participant

    Thanks Mahesh for the help! I’m making progress and have another question. Is it ok to ask like this or am I supposed to start another thread? I’m trying to get pictures within page content to line up side by side. 3 pictures side by side for example and can’t figure out how to do this. The couple of pictures on the bottom of this page I’ve been trying with: http://vancouverislandfishingguides.com/vancouver-island-salmon-fishing/

    Thanks for all this help!!

    #84029
    Mahesh
    Participant

    Hi @fishingguy,

    For new question please create a new thread because it’ll be easier to find/search the thread. And if someone search for the same problem he/she may find the thread for the solution.

    For your problem you can create a gallery and insert it into the post/page content. You can find more details in the following link.
    https://codex.wordpress.org/The_WordPress_Gallery

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘setting widgets to show horiztonal in footer instead of vertical?’ is closed to new replies.