• Hi Guido,

    Since the last update of your theme my pages wich have a sidebar (All expect the homepage) do show the sidebar beneath the content area. It seams the layout of the columns have changed.
    Is there a posibility to change this back to the previous layout (before this update).
    Thanks in advance.
    Hans

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Guido

    (@guido07111975)

    Hi Hans,

    Dutch?

    Ik heb de width van een aantal elementen verwijderd uit mijn stylesheet. Waarom? Omdat die elementen al een volledige breedte hadden. Breedte toevoegen heeft dan vaak geen zin.

    Als ik je site bekijk, zie ik dat de sidebar en het content gebied te breed zijn, dus kijk eens naar de custom CSS die je gebruikt hebt. Kan pas volgende week de broncode van je site bekijken, nu alleen een iPad bij me.

    Guido

    Thread Starter brughjhamvd

    (@brughjhamvd)

    Hi Guido,

    I resolved my problem by adding the following attribute to the style.css
    /* MAIN CONTENT AREA */
    #content { clear: both }

    Groet,
    Hans

    Theme Author Guido

    (@guido07111975)

    Hi Hans,

    I did take another look at your site.

    This issue is caused by the .nav-image you’ve added in the menu bar. This image and the float:left of it is creating the conflict.

    You should add the image before instead of after the menu code of .nav-head.
    And try this custom CSS:

    
    .nav-image {display:inline-block; margin-top:4px;}
    

    Guido

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Layout pages changed since last Theme update (6.4)’ is closed to new replies.