Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #113688
    Jørgen
    Participant

    I just bought the Rock star pro version and is trying to get the footer in order. I cant quite figure out why footer 1-4 does not work.

    I want them side by side, but when I try to put anything into footer area 1,2,3,4 they stack downwords

    #113706
    Mahesh
    Keymaster

    @vocom: Well, the theme is designed that way. But if you want it to align horizontally next to each other, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #supplementary.four .widget-column {
        float: left;
        width: 25%;
        text-align: center;
    }
    
    #supplementary.one .widget-area .cttours, #supplementary .widget-title {
        text-align: center;
    }

    Regards,
    Mahesh

    #113735
    Jørgen
    Participant

    Still does not stack horizontally even with that code in “Additional CSS” box. Still vertically.

    #113760
    Mahesh
    Keymaster

    @vocom: Please post in your site url.

    Regards,
    Mahesh

    #113767
    Jørgen
    Participant

    nvm 🙂 I got it to work.

    I dont know why, but suddenly it just came.

    Thanks for all the help.

    #113783
    Mahesh
    Keymaster

    @vocom: Glad to know it worked. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Rock Star pro footer position’ is closed to new replies.