• dave-g-o

    (@dave-g-o)


    Hi all,

    I have a heavily modified theme (https://www.youarearchitect.com/test)

    and I have 2 questions about something things I am not sure how to do.

    1. The menu items on the left list menu are a bit to far apart, is there a way of styling the list menu so that I can bring the buttons closer?

    3. The default layout dotted lines are still on the site where the seperation for side menus and content used to be, I have changeed the sizes and would like to remove / reposition these lines but I cannot find in the css/html where they are, what they are called?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Saurus

    (@saurus)

    The menu appears to have both a margin and line height assigned to it. Check your css for .mynav menu items.

    The only dashed line I see is separating the posts – nothing between the content and the sidebar.. That is in the .postinfo class.

    Thread Starter dave-g-o

    (@dave-g-o)

    how odd because I see a very faint grey dashed line down each column seperator, thanks anyway and thank you for the CSS help I will look into it.

    Thread Starter dave-g-o

    (@dave-g-o)

    this is puzzling, the mnnav style does not seem to exist in the style sheet and .left style which is the only other class called only contains:

    .left {

    float:left;

    width:168px;

    padding:0 23px 0 17px;

    font-family:Arial, Helvetica, sans-serif;

    }

    t31os

    (@t31os)

    The post border is here…

    .postinfo {
    	line-height:26px;
    	padding:0 10px 0 29px;
    	border-top:1px dashed #f00; <--- HERE!!
    	background:url(images/cats.gif) 7px 7px no-repeat;
    	margin-bottom:20px;
    	}

    The other one i do not see either, you sure that’s not something old that’s still cached by your browser?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘2 questions about layout’ is closed to new replies.