(HELP) WordPress Photography website (Demo)

ikaMedia

Newbie
Joined
Sep 29, 2012
Messages
43
Reaction score
22
Hi wordpress experts, I need your help...

Someone has hired me to build a WP website for her using Genesis framework + Agency Pro theme.
while still waiting for the contents (articles + photos) from her, I built a demo site... everything looks good except 1 thing:
~ the header text is NOT responsive when view with smart phone.. i did few customization to the site.
Code:
SoSimple.xyz

If i can't get the header text to be responsive, i have to return the USD100 (is this to cheap?) to her.
Thanks..
 
Try modifying/adding this to the css:

1. Modify:

.title-area {
float: left;
padding: 16px 0 0;
width: 100%;

}


2. Add to the css *this will still create some problems):
.home-top.widget-area {
margin-top: 10px;
}


Although the top solution (1) will work for the header region, you'll still need to adjust the following regions after the header area.
So better use css media queries for good responsiveness.
 
Last edited:
Try modifying/adding this to the css:

1. Modify:

.title-area {
float: left;
padding: 16px 0 0;
width: 100%;

}


2. Add to the css *this will still create some problems):
.home-top.widget-area {
margin-top: 10px;
}


Although the top solution (1) will work for the header region, you'll still need to adjust the following regions after the header area.
So better use css media queries for good responsiveness.
Thanks for ur help.... the header title works but still got problem with 'header right' menu i.e. about,contact,services etc.
 
huh...:banghead:... finally I managed to resolve issue ...
 
Last edited:
Still, the next container has a problem of positioning itself. If needed, I will try to find a solution after I reach home in about 3 hours from now... Am on mobile ATM.
 
Still, the next container has a problem of positioning itself. If needed, I will try to find a solution after I reach home in about 3 hours from now... Am on mobile ATM.
Everything should be good now....
again, thank you srb888 !
 
Yeah! Everything looks quite good. But I feel that the Sun is a lot brighter, and hurts the eyes. Dim it a bit and see the effect... :)
 
Back
Top